Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632542 Views

Latest files of /cody/solygambas/html-css-javascript-projects/094-laptop UI

style.css cody/solygambas/html-css-javascript-projects/094-laptop UI/style.css
135 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

index.html cody/solygambas/html-css-javascript-projects/094-laptop UI/index.html
349 Views
0 Comments
<!-- Based on Build A Responsive Website With HTML & CSS Tutorial by Simo Edwin - Dev Ed (2019)
see: https://www.youtube.com/watch?v=ZeDP-rzOnAA -->

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />